remove CMakeSettings.json (#1246)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sat, 16 Dec 2023 15:20:43 +0000 (08:20 -0700)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2023 15:20:43 +0000 (08:20 -0700)
which had machine specific windows configuration values.

CMakeSettings.json [deleted file]

diff --git a/CMakeSettings.json b/CMakeSettings.json
deleted file mode 100644 (file)
index 8e1f10f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-{\r
-       "configurations": [\r
-               {\r
-                       "name": "x64-Debug",\r
-                       "generator": "Ninja",\r
-                       "configurationType": "Debug",\r
-                       "inheritEnvironments": [ "msvc_x64_x64" ],\r
-                       "buildRoot": "${projectDir}\\out\\build\\${name}",\r
-                       "installRoot": "${projectDir}\\out\\install\\${name}",\r
-                       "cmakeCommandArgs": "-DCMAKE_PREFIX_PATH=C:/Qt/6.5.3/msvc2019_64",\r
-                       "buildCommandArgs": "",\r
-                       "ctestCommandArgs": ""\r
-               },\r
-               {\r
-                       "name": "x64-Clang-Debug",\r
-                       "generator": "Ninja",\r
-                       "configurationType": "Debug",\r
-                       "buildRoot": "${projectDir}\\out\\build\\${name}",\r
-                       "installRoot": "${projectDir}\\out\\install\\${name}",\r
-                       "cmakeCommandArgs": "-DCMAKE_PREFIX_PATH=C:/Qt/6.5.3/msvc2019_64 -DCMAKE_VERBOSE_MAKEFILE=ON",\r
-                       "buildCommandArgs": "",\r
-                       "ctestCommandArgs": "",\r
-                       "inheritEnvironments": [ "clang_cl_x64_x64" ]\r
-               }\r
-       ]\r
-}
\ No newline at end of file